home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / split60f.zip / SPLIT6.TIP < prev    next >
Text File  |  1993-05-23  |  2KB  |  33 lines

  1. Some usage tips for SPLIT:
  2.  
  3.   o Disk Span: To split a very large file onto several floppies with varying
  4.     amounts of space available on each floppy, use the (F) option (number of
  5.     files) and ask to split the big file into -ONE- file.  As each floppy is
  6.     full, SPLIT closes the current output file and requests another disk.
  7.     Each disk's usable space is exactly filled.  Output files are different
  8.     sizes unless the floppies were all empty.  When the files are re-united,
  9.     the original file is intact and the crc will verify properly.
  10.  
  11.   o To give the output files the same basename (filename root) as the
  12.     original file, use a dot "." as the output file basename.
  13.  
  14.     Eg: "split BIG.FIL . f 3 n"
  15.  
  16.     Splits BIG.FIL into 3 files named BIG.001, BIG.002, and BIG.003
  17.  
  18.     For the same basename in another directory, use any valid directory name
  19.     for the second command parameter: "d:\dir\" puts files with the same
  20.     basename into another disk\directory, ".." puts files into the parent
  21.     directory.
  22.  
  23.   o To remove an EOF marker or any number of bytes from the end of an
  24.     existing file, use the (B) option. If you want to remove the last 5
  25.     bytes from a BIGFILE of 123,456 bytes, you would specify 123,451 (B)ytes
  26.     per output file.  OUTFIL.001 will have the desired 123,451 bytes and the
  27.     smaller OUTFIL.002 will have 5 bytes. OUTFIL.001 can be renamed as
  28.     desired and OUTFIL.002 is erased.
  29.  
  30.   o To remove bytes from the beginning of a file, use (M)anual splitting
  31.     option. This is for advanced users. See SPLITx.DOC for more details.
  32.  
  33.